home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / printing / pnmtoprt.0 / pnmtoprt / pnmtoprt-2.0 / INSTALL < prev    next >
Text File  |  1996-03-28  |  498b  |  15 lines

  1. The program was written under LINUX with gcc (ANSI, K&R). Problems on other
  2. architectures can arise with the byte order.
  3.  
  4. Usually the linux binary will be supplied.
  5.  
  6. To compile the program type:
  7.  
  8.     make
  9.  
  10. Copy the executeable 'pnmtoprt' to any place in your path.
  11.  
  12. On other systems than linux you have to change the compiler and the compiler
  13. options in the Makefile. It is possible that you get problems with different
  14. byte ordering. Please mail suggestions, I will take care of it in future
  15. changes.